[IRIX4]: Include unistd.h.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 May 1993 19:12:55 +0000 (19:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 May 1993 19:12:55 +0000 (19:12 +0000)
src/systty.h

index a2800944126846d37da8c4d5fb19fb2da180055f..bb24a7aedb2586e1aaa11da0271d8f8e6a63ed4d 100644 (file)
@@ -107,6 +107,11 @@ static struct sensemode {
 #include <unistd.h>
 #endif /* AIX */
 
+#ifdef IRIX4
+/* Get _getpty prototype */
+#include <unistd.h>
+#endif
+
 #ifdef SYSV_PTYS
 #include <sys/types.h>
 #include <sys/tty.h>